Content Library Item Updatesession File SourceType
Content Library Item Updatesession File SourceType
The Content Library Item Updatesession File SourceType enumerated type defines how the file content is retrieved.
Possible values:
NONE
: No source type has been requested.PUSH
: The client is uploading content using HTTP(S) PUT requests.PULL
: The server is pulling content from a URL. The URL scheme can behttp
,https
,file
, ords
.
This data structure has no properties.
Enumeration:
NONE,
PUSH,
PULL,